github.com/go-pg/pg/v10/orm.structTableModel.GetJoin (method, view implemented interface methods)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		model_table_struct.go#L281: 		if join := m.GetJoin(joinName); join != nil {
		model_table_struct.go#L301: func (m *structTableModel) GetJoin(name string) *join {